Steely font and Steely Font Set Demo v 1.0
Copyright (C) 2018	Mikhail Goryunov

The Steely font is a 8x8 pixel font primarily designed for use in devices
or software with low screen resolution, i.e. NES games.
The Steely Font Set Demo program is a tool for testing NES fonts' appearance.

The package contains:
	4 font files in 1 bit BMP format:
		steelyfont.bmp					- plain thin font
		steelyfont_bold.bmp				- plain bold font
		steelyfont_serif.bmp			- serif thin font
		steelyfont_serif_bold.bmp		- serif bold font
	4 font files in NES CHR format:
		steelyfont.chr
		steelyfont_bold.chr
		steelyfont_serif.chr
		steelyfont_serif_bold.chr
	font demonstration program in iNES format and sources:
		fontdemo.nes
		fontdemo.src\fontdemo.c			- font demo source in for CC65
		fontdemo.src\tileset.chr		- CHR data
		fontdemo.src\crt0.s				- modified crt0.s from Shiru's Neslib (unused resources disabled)
		fontdemo.src\nrom_128_horz.cfg	- linker configuration file for CC65 version 2.15 (or later)
	readme.txt file
	licence files:
		fontdemo.src\COPYING
		fontdemo.src\COPYING.LESSER
		
